In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.DropFileEventHandler Delegate

GdViewer.DropFileEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")>

Public Delegate Sub GdViewer.DropFileEventHandler( _

   ByVal FilePath As String _

) 
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")]

public delegate void GdViewer.DropFileEventHandler( 

   string FilePath

)
public delegate GdViewer.DropFileEventHandler( 

    FilePath: String

);
GuidAttribute("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")

public delegate GdViewer.DropFileEventHandler( 

   FilePath : String

)
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")]

public: __gc __delegate void GdViewer.DropFileEventHandler( 

   string* FilePath

)
[Guid("C2E4C361-8454-33BD-A2D1-AF1CB026F4A2")]

public delegate void GdViewer.DropFileEventHandler( 

   String^ FilePath

)

Parameters

FilePath
See Also

Reference

GdViewer.DropFileEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace